home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / resample.README < prev    next >
Text File  |  1992-08-29  |  3KB  |  69 lines

  1. README file in the format required for the NeXT CD-ROM for Higher Education 
  2.  
  3. a. AUTHOR
  4.     Julius O. Smith
  5.     Assoc. Prof. (Research)
  6.     CCRMA,  Music Dept.
  7.     Stanford University, Stanford, CA 94305
  8.     Email: jos@ccrma.stanford.edu
  9.  
  10. b. CATEGORY
  11.     Utilities (Sound)
  12.  
  13. c. WHAT IT DOES
  14.     Sampling rate conversion for sound files.
  15.     The NeXT Computer makes use of three different sampling rates
  16.     for sound: 8013 kHz, 22.05 kHz, and 44.10 kHz.  The resample
  17.     utility supports conversion between any two sampling rates.
  18.     The software runs on the 68030/40 (as opposed to the DSP).  
  19.     It uses 32-bit fixed-point arithmetic: 16-bits data and 
  20.     16-bits coefficients.  It is designed for the 16-bit linear 
  21.     data format used most typically on the NeXT machine.
  22.  
  23. d. COMMON USAGE
  24.     Resampling soundfiles imported from other hardware.
  25.     Converting from 44 to 22 kHz to save disk space.
  26.  
  27. e. RELEASE VERSION
  28.     Developed under release 2.1 and forwards compatible indefinitely.
  29.  
  30. f. COMMENTS
  31.     All you really need is the resample program itself and its man
  32.     page resample.1.  However, for the advanced user, Mathematica
  33.     "spread sheets" used to evaluate the anti-aliasing filters used 
  34.     by the resample program are provided.  The utility "windowfilter" 
  35.     is provided for designing filters that meet different requirements.  
  36.  
  37.     A test script is given which generates a test signal from the
  38.     score file sweep.score and runs resample through its paces.  Just
  39.     type "testscript" and watch it go.  (Then read the script to see
  40.     what it did.)
  41.  
  42.     Finally, some trivial sound utilities are included for stripping 
  43.     zeros before and after a sound, converting to and from ASCII, and 
  44.     converting stereo to mono.  They are used by the test script.
  45.  
  46. CONTENTS
  47.  
  48. resample    Sampling-rate conversion program
  49. resample.1    Manual page for resample. Try "nroff -man resample.1 |openfile"
  50.  
  51. testscript    Shell script for testing the resample program
  52.  
  53. windowfilter    Program for designing FIR digital filters used by resample
  54. windowfilter.1    Manual page for windowfilter
  55.  
  56. testFilter    Shell script for testing a filter written by windowfilter
  57. i.snd        Sound file containing an "impulse" used to test filters
  58. testFilter.ma    Mathematica file for displaying filter test results
  59. HQFilter.ma    Test results for the "resample -aaa" default filter
  60. LQFilter.ma    Test results for the default filter without the -aaa option
  61.  
  62. sndstrip    Utility for stripping leading and trailing zeros in a .snd file
  63. toascii        Utility for converting a sound file to an ascii file (for MMA)
  64. tosnd        Utility for converting an ascii data file to a sound file
  65. tomono        Utility for converting a stereo sound file to a mono sound file
  66.  
  67.  
  68.  
  69.